CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火算法 旅行商

搜索资源列表

  1. 模拟退火

    0下载:
  2. 本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2686
    • 提供者:叶靥
  1. 模拟退火算法实现旅行商算法

    0下载:
  2. 采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the traveling salesman problem, the para
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:谢继晖
  1. 模拟退火法解决TSP问题

    1下载:
  2. 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. TSPSA.模拟退火算法SA求解TSP旅行商问题

    2下载:
  2. 模拟退火算法SA求解TSP旅行商问题。可以自己设定初始温度和冷却温度,SA simulated annealing algorithm for solving traveling salesman problem TSP. Can be set for the initial temperature and cooling temperature
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:656
    • 提供者:yourchen
  1. TSP.rar

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7254
    • 提供者:肖佩瑶
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:505301
    • 提供者:徐进澎
  1. SA_TSP_Rev1

    0下载:
  2. 用matlab实现的利用模拟退火算法(SA)解决旅行商问题(TSP).-Matlab achieved with the use of simulated annealing algorithm (SA) to solve traveling salesman problem (TSP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:477285
    • 提供者:黄卢荃
  1. TspSA

    1下载:
  2. 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:28581
    • 提供者:nc21lym
  1. sa_tsp

    1下载:
  2. 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-14
    • 文件大小:1424
    • 提供者:周薇
  1. SA_TSP

    0下载:
  2. 用模拟退火算法解决旅行商类优化问题,有算法和例子,很好用。-Using simulated annealing algorithm to solve traveling salesman optimization problem category, there are algorithms and examples of good use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:gjj
  1. TspSA

    0下载:
  2. 用模拟退火算法对求解旅行商组合优化问题作了一定的研究,提出了多种不同的随机抽样方式,并对其进行了分析计算并以代码实现。 -This paper studied the optimizing of the traveling salesman problem with the Simulated Annealing(SA). Different random sampling forms were proposed and analyzed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:3470281
    • 提供者:
  1. simulatedannealingalgorithm

    0下载:
  2. 关于模拟退火算法的书籍,以及在0-1背包问题、旅行商问题上的实现-a book about simulated annealing algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6216664
    • 提供者:jj
  1. SimulatedAnnealingAlgorithm

    0下载:
  2. 本程序介绍了模拟退火算法的运用,特别是在TSP旅行商问题上的运用,是一个特别好的算法实例,功能齐全,算法优良。-It s about the Simulated Annealing Algorithm base on TSP.It s a useful Algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2601
    • 提供者:hellow
  1. tsp

    3下载:
  2. 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:54872
    • 提供者:wujian
  1. simulated_annealing

    0下载:
  2. 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14972
    • 提供者:chc
  1. TSP

    0下载:
  2. 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1744903
    • 提供者:翁海冰
  1. SA

    0下载:
  2. 使用模拟退火解旅行商问题,因为这个问题本身是一个NP难问题,所以也就求不到最优解,不过应该可以求得一个比较好的解,然后再手工优化。(Using simulated annealing to solve the traveling salesman problem, because the problem itself is a NP hard problem, so it can not find the optimal solution, but it should be able to ob
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Maxxxxx
  1. 模拟退火

    0下载:
  2. 对于旅行商问题的求解,帮助你更好的理解模拟退火算法(The solution of the traveling salesman problem helps you better understand the simulated annealing algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:ssssasd
  1. 基于模拟退火算法的TSP算法

    0下载:
  2. 基于模拟退火算法的TSP算法,MATLAB算例实现(MATLAB code for Travelling salesman problem, TSP ,and it is in simulate annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:corey6
  1. matlab m文件

    1下载:
  2. 基于模拟退火算法和旅行商模型的火灾预警数学建模(Mathematical modeling program of fire early warning based on simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:7168
    • 提供者:灯泡啊
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com